Align command line examples in "cargo help test"
authorMartin Geisler <martin@geisler.net>
Sun, 29 Oct 2017 12:21:53 +0000 (13:21 +0100)
committerMartin Geisler <martin@geisler.net>
Sun, 29 Oct 2017 12:21:53 +0000 (13:21 +0100)
commit7bfa2b170ad8c3ab4c52b2afd36f7dc4caf07460
treeb740a68b2854c21da1b32253c4f0601702fdd927
parent1c9dc0a476b6d9da6f2d727bb07102db85498480
Align command line examples in "cargo help test"

The initial example used an indentation of four spaces, the other
examples used only two spaces. They now all use four spaces.

I checked all other Cargo commands and found no other such problems.
src/bin/test.rs